html,
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

*{
    font-family: 'Poppins', sans-serif;

}

hr{
    width: 95%;
}

.text-white {
    color: #fff;
}

#div_principal {
    position: relative;
    height: 100vh;
    /* width: 100vw; */
    background-image: linear-gradient(50deg, rgba(0, 0, 0, 0.7903536414565826) 44%, rgba(220, 220, 220, 0) 83%), url('../imgs/ct-cima-pb.jpeg');
    background-repeat: no-repeat;
    background-size: cover;

}

#div_principal h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.sombra {
    width: 100%;
    height: 100%;

}
#rodape{
    background-color: black;
    width: 100%;
    height: 10%;
}
#div_secundaria {
background-color: white;
}
#contatos{
    /* background-color: #f1f0f0; */
}




/* Tela de transparencia */

.relatorio{
    padding-bottom: 2%;
}

.relatorio div{
    border: rgba(0, 0, 0, 0.623) solid;
    box-shadow: 0px 0px 10px 2px;
    border-radius: 1px;
    margin: 2%  2% 0 2%;
    padding: 5px 0 5px 3%;
    background-color: rgba(219, 219, 219, 0.973);
    height: 20px;

    width: 95%;
    height: auto;
}

.relatorio img{
    width: 95%;
    border: solid rgba(0, 0, 0, 0.418);
    box-shadow: 0px 0px 10px 2px;
}

.relatorio p{
    max-width: 95%;
    text-align: justify;
    
}

